home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / key < prev    next >
Encoding:
Text File  |  1995-02-13  |  338 b   |  17 lines

  1. key:
  2.  
  3. Synopsis: Turn keys on.
  4.  
  5. Syntax: key ( x, y, z, I )
  6.  
  7. Description:
  8.  
  9.     Turns keys on in the I:th plot-window. The keys will be placed at 
  10.     x, y and z. If x, y and z are left out, the keys will be placed at
  11.     the default position, the upper right corner.
  12.     
  13.     If 'I' is not specified the default plot-window (0) is used.
  14.  
  15. See Also: nokey
  16.  
  17.